Uncaught Error [ERR_MODULE_NOT_FOUND]: Cannot find module in vscode
enter image description hereeN.png
First, you need to install the library using this command:
npm install crypto-js
Or if you're using yarn:
yarn add crypto-js